ServiceGetStreamingEvents Method (String, Int32) |
Gets the streaming events.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic Stream GetStreamingEvents(
string subscriptionIds,
int connectionTimeout
)
Public Function GetStreamingEvents (
subscriptionIds As String,
connectionTimeout As Integer
) As Stream
Parameters
- subscriptionIds
- Type: SystemString
The subscription ids. - connectionTimeout
- Type: SystemInt32
The connection timeout.
Return Value
Type:
StreamStream.
See Also